home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / tex / mf / inputs / dc / dxroman.mf < prev    next >
Text File  |  1994-04-12  |  2KB  |  63 lines

  1. % This is DXROMAN.MF in text format, as of March 24, 1992
  2. %
  3. % DC fonts Version 1.1 (prerelease of EC fonts)
  4. %
  5. %          [ heavily borrowed from the Computer Modern Roman family of
  6. %            fonts by D. E. Knuth ]
  7. %
  8. % Content:
  9. %
  10. %   driver file, called by parameter files with roman style fonts
  11. %
  12.  
  13. mode_setup;
  14. font_setup;
  15. %
  16. %     dx  r   l   west
  17. %         i   u   east
  18. %         :   :   :
  19. %         :   :   west '3xx / east '2xx
  20. %         :   uppercase/lowercase
  21. %         roman / italic
  22.  
  23. input dxruwest;
  24. input dxrlwest;
  25. input dxrueast;
  26. input dxrleast;
  27. %
  28. input dxbraces;  % ^ ~ cwm  ( ) < | > [ ] \ { } _ - (177) space (040)
  29. input dxpunct;   %  < << > >>  ! ` ' *  + , . / = ; : (spanish !)
  30. %
  31. input dxaccent;  %
  32. input dxsign;    %  zero for mille, " # $ % @ pound sign
  33. %
  34. input dxrlig;    % dotless i,j; letter ligatures  ff fi fl ffi ffl
  35. %
  36. input dxromp;    % (roman punctuation)  & ? (spanish ?)
  37. %
  38. input dxrulett;  % upper case (majuscules)
  39. input dxrllett;  % lower case (minuscules)
  40. input dxrdigit;  % roman digits
  41. %
  42. % Fontparameter
  43. %
  44. font_coding_scheme:="Extended TeX Font Encoding - Latin";
  45. if known boundarychar: boundarychar:=oct"027"; fi
  46. font_slant slant; font_x_height x_height#;
  47. if monospace: font_normal_space 9u#; % no stretching or shrinking
  48.  font_quad 18u#;
  49.  font_extra_space 9u#;
  50. else: font_normal_space 6u#+2letter_fit#;
  51.  font_normal_stretch 3u#; font_normal_shrink 2u#;
  52.  font_quad 18u#+4letter_fit#;
  53.  font_extra_space 2u#;
  54.  input dxrligtb;    % do the ligature programs, not for monospaced fonts
  55. fi
  56. font_character_set 1;
  57. font_acc_height acc_height#;
  58. font_cap_height cap_height#;
  59. font_asc_height asc_height#;
  60. font_rule_thickness rule_thickness#;
  61. %font_baselineskip baselineskip#;
  62. bye.
  63.